@charset "UTF-8";
.search-top{
    width: 100%;
    padding-top: 50px;
    padding-left: 73px;
    height: 315px;
    background: url(../images/top-bg.png) no-repeat;
    background-size: 100% 100%;

}
.search-top-left{
    width: 35%;
}
.search-top-left>.btn{
    width: 155px;
    height: 37px;
    border-radius: 6px;
    background: #1cb15d;
    box-shadow: 0px 4px 25.4px 0px rgba(0, 0, 0, 0.24);
}
.search-top-left>.btn:hover{
    color: #ffffff !important;
}
.week,.new-book{
    width:23% ;
    padding: 30px 20px;
    border-radius: 10px;
    background: linear-gradient(180deg, #F5F5F5 0%, rgba(246, 246, 246, 0.00) 175.87%);
}
.new-book{
    padding: 30px 20px 60px;
    width: 75%;
}
.week>a{
    margin-top: 27px;
}
.week>a>.key{
    width: 8%;
}
.week>a>.desc{
    width: 85%;
}
.text1{
    background: linear-gradient(180deg, #FF7D7D 0%, #FF4646 100%);
}
.text2{
    background: linear-gradient(180deg, #FFBC68 0%, #FF7E03 100%);
}
.text3{
    background: linear-gradient(180deg, #FFE47C 0%, #FFB328 100%);
}
.text4{
    color:  #777 !important;
    background: #EAEAEA;
}
.new-book>.item>a{
    width:32%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 27px;
}
.new-book>.item>a>.key{
    width: 10%;
    padding: 2px;
    border-radius: 5px;
    background: linear-gradient(180deg, #FF6828 0%, #FF7228 29.67%, #FF8929 100%);
}
.new-book>.item>a>.desc{
    width: 85%;
}
.data-right-list,
.data-left-list{
    padding: 38px 32px;
    width: 48%;
    background: linear-gradient(90deg, rgba(255, 107, 107, 0.10) 0%, rgba(0, 0, 0, 0.00) 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.data-left-list{
    background: linear-gradient(90deg, rgba(51, 102, 255, 0.10) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.data-right-list>a,
.data-left-list>a{
    width: 45%;
    margin-bottom: 20px;
}
.data-left-list>a>.img,
.data-right-list>a>.img{
    width: 30%;
    max-width: 80px;
    height: 80px;
}
.data-left-list>a>.desc,
.data-right-list>a>.desc{
    height: 80px;
   width: 65%;
}
.compile-top{
    
}
.compile-list{
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.compile-list>a{
    width: 14%;
    max-width: 112px;
    display: block;
}
.compile-list>a>.img{
    width: 100%;
    height: 167px;
    overflow: hidden; 
    position: relative;
    border-radius: 5px;
    object-fit: cover;
}
.compile-list>a>div{
    width: 100%;
}
.hit-list{
    border-radius: 10px;
    background: linear-gradient(180deg, #F6F6F6 1.01%, rgba(246, 246, 246, 0.00) 154.87%);
    padding: 24px 25px  44px;
    margin-bottom: 30px;
   
}
.hit-list>.hie-item{
    max-width: 344px;
    width: 33%;
}
.hie-item>li{
    padding: 12px 0;
    border-top: 1px solid #ccc;
}
.hit-item-title{
    width: 10%;
    max-width: 33px;
    height: 28px;
    background: url(../images/index-bg.png) no-repeat;
    background-size: 100% 100%;
}

.commercial{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    height: 120px;
}
.commercial>.commercial-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.commercial>div{
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 1px 6px;
    align-items: center;
    gap: 3px;
    border-radius: 2px;
    border: 1px solid #FFF;
}
.c2c{
    color: #C2C2C2;
}

.cd3{
    color: #D39E5C;
}
.cff5{
    color: #FF5F00;
}
.c007{
    color: #00754A;
}
.cd8{
    color: #D8AA6B;
}
 a:hover {  
    text-decoration: none !important; 
    color: inherit !important; 
}  

.carousel-indicators .active {
    background-color: #FF670D !important; 
}
.carousel-indicators li{
    margin-top: 24px !important;
    background-color:  #E4E4E4 !important;
}
.carousel-indicators{
    bottom: -24px !important;
}


.carousel-item-list{
    flex-wrap: wrap;
}
.carousel-item-list>a{
    width: 48%;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
.carousel-item-list>a>img{
    width: 40%;
    max-width: 90px;
    height: 114px;
    border-radius: 5px;
    margin-right: 10px;
}
.carousel-item-list>div{
    display: block;
    width: 50%;
}



.category-list>.category-item{
    width: 48%;
    padding:45px 30px ;
    background: #f8f9fa;
}
.category{
    margin-bottom: 25px;
}
.category:last-child{
    margin-bottom: 0;
}
.category>.desc,
.category>.detail{
    width: 90%;
}
.category>.desc>img{
    width: 35%;
    max-width: 118px;
    height: 166px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.category>.desc>div{
    width: 62%;
    height: 166px;
}




.cf9{
    color:#F9C50B;
}
.cfa{
    color:#FA595F;
}
.cbb9{
    color: #22ae64;
}
.c4a{
    color: #4A4A4A;
}
.line{
    height: .5px;
    background:rgba(170, 170, 170, 0.50);
}
.banner{
    width: 100%;
    height: 248px;
}

.title>img{
    margin-right: 10px;
    width: 23px;
    height: 23px;
}
.gradient-text2{
    color:  #22ae64;
    font-weight: 500;
    font-size: 24px; 
    margin: 0 15px;
}
.sorter{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    margin: 50px auto;
  }
.sorter>.item{
    margin-top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #777777;
    margin-right: 10px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #c2c6c5;
}
.sorter>.item.active{
    color: #fff;
    background:  #22ae64;
}

.article-middle>a,.article-middle2>a{
    display: block;
    width: 100%;
    max-width: 220px;
   
}
.week>a:hover>.desc,
.new-book>.item>a:hover>.desc>.c3,
.data-left-list>a:hover>.desc>.c3,
.data-right-list>a:hover>.desc>.c3,
.hie-item-title:hover>.overText2,
.hie-item>li>a:hover>.desc,
.recommended-item>.detail:hover,
.compile-list>a:hover>.overText2,
.desc:hover>div>.overText2,
.read-title:hover>.c3,
.article-item:hover>.c0,
.new-left-desc:hover>.f20,
.table-title:hover,
.article-middle>a:hover>.f16,
.article-middle2>a:hover>.f16,
.article-middle3>a:hover>div>.f24,
.article-middle4>a:hover>div>.f24{
    color:  #22ae64 !important;
}
.article-middle3>a{
    display: flex;
    width: 100%;
    max-width: 600px;
   
}
.article-middle4>a{
    width: 100%;
    max-width: 129px;
}


.article-middle4>a>.left-img{
    width: 100%;
    height: 161px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.article-middle>a>.left-img,
.article-middle2>a>.left-img{
    width: 50%;
    height: 167px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.new-title{
    padding-bottom: 10px;
    border-bottom: 1px solid #929090;
}

.mb17{
    height: 80px;
}
.new-list{
    display: flex;
    justify-content: space-between;
}
.new-list>.left{
    width: 33%;
}
.new-list>.left>img{
    width: 100%;
    height: 240px;
    margin-bottom: 28px;
}
.new-list>.right{
    width: 30%;
}
.new-list>.right>.right-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
}
.new-list>.right>.right-nav>div{
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
}
.new-list>.right>.right-nav>div.active{
    color:  #22ae64;
    border-bottom: 5px solid  #22ae64;
}
.new-list>.right>li>a>img{
    width: 45%;
    margin-right: 5%;
    height: 135px;
    
}
.article-item{
    display: flex;
    align-items: center;
}
.article-item>div:nth-child(1){
    width: 30%;
}
.article-item>div:nth-child(2){
    width: 20%;
}
.article-item>div:nth-child(3){
    width: 60%;
}
.nwe-left-img {
    width: 35%;
    max-width: 110px;
    height: 146px;
    border-radius: 5px;
    overflow: hidden; 
    position: relative;
}
.data-left-list>a>.img img ,
.data-right-list>a>.img img,
.nwe-left-img img ,
.article-middle>a>.left-img img,
.article-middle2>a>.left-img img,
.article-middle4>a>.left-img img,
.new-left-bottom>li>a>.img img,
.compile-list>a>.img img
 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
}

.nwe-left-img:hover img,
.article-middle>a>.left-img:hover img ,
.article-middle2>a>.left-img:hover img ,
.article-middle4>a>.left-img:hover img ,
.new-left-bottom>li>a>.img:hover img ,
.compile-list>a>.img:hover img
{
    transform: scale(1.1);
}
.new-left-desc{
    width: 65%;
}
.new-left-desc>.d-flex-end:hover,
.new-left-bottom>li>a>.text-left>.d-flex-end:hover,
.recent-updates>li>a:hover>.text-left>.f15{
    color:  #22ae64;
}
.new-left-bottom>li{
    width: 30%;
}
.new-left-bottom>li>a>.img{
    width: 40%;
    height: 122px;
    border-radius: 5px;
    overflow: hidden; 
    position: relative;
}
.new-left-bottom>li>a>.text-left{
    width: 55%;
    height: 122px;
    border-radius: 5px;
}


.ranking>ul{
    width: 23%;
}
.recent-updates{
    flex-wrap:wrap;
}
.recent-updates>li{
    width: 16.6%;
    margin-bottom: 20px;
}
.load{
    padding:  10px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 9.6px 0px rgba(57, 50, 29, 0.15);
}



@media (max-width: 1000px){
    .data-left-list{
        margin-bottom: 30px;
    }
    .compile-top{
        margin-top: -200px !important;
    }
    .compile-list{
        flex-wrap: wrap ;
    }
    .compile-list>a{
        width: 40%;
        margin-bottom: 20px;
    }
    .recommended,
    .category-list>.category-item{
        padding:32px 20px;
    }
    .carousel-item-list>a>img,
    .category-list>.category-item,
    .hit-list>.hie-item
   {
        width: 100%;
    }
    .read-title{
        width: 70% !important;
    }
    
    .banner{
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .recent-updates>li{
        width: 33%;
    }
    .gradient-text2{
        font-size: 20px;
        
    }
    .nwe-left-img{
        height: fit-content;
        width: 40%;
    }
    .new-left-desc{
        width: 55%;
    }
    .new-list>.left>a{
        justify-content: space-between;
    }
    .w170,.w122{
        width: 138px !important;
    }
    .d-between,
    .d-space-between,.new-list,.hit-list{
        display: block !important;
    }   
     .new-left-bottom,
     .carousel-item-list,
    .category-nav2{
         display: flex !important;
    }
    .category-nav2 >a{
        margin-top: 10px;
    }
    .data-right-list,
    .data-left-list,
    .data-right-list>a, 
    .data-left-list>a,
    .new-book>.item>a,
    .week, 
    .new-book,
    .new-list>.right,.new-left-bottom>li>a>.text-left,
    .new-left-bottom>li>a>.img,
    .ranking>ul,
    .new-list>.left,.new-left-bottom{
        width: 100% !important;     
     }
     .ranking>ul{
        margin-bottom: 30px;
     }
     .left-img{
        width: 100% !important;
        height: 150px;
        margin-bottom: 10px;
     }
   
 
   
    .mr20,.mr16{
        margin-right: 0px !important;
    }
    .f40{
        font-size: 30px !important;
    }
    .f20{
        font-size: 16px !important;
    }
    .f16{
        font-size: 12px;
    }
   
    .f32{
        font-size: 16px !important;
    }
    .lh40{
        line-height: 20px !important;
    }
    .overText5{
        overflow:hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3 !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .mt30{
        margin-top: 10px !important;
    }
    .mb20,.mb18{
        margin-bottom: 10px !important;
    }
    .d-space-between{
        flex-wrap: wrap;
    }
    .article-middle>a,.new-article>a{
        width: 48%;
        margin-bottom: 20px;
    }
    .article-middle2{

        justify-content: space-between;
    }
    .article-middle2>a{

        width: 48% !important;
    }
    .article-middle>a>.left-img,.new-article>a>.left-img{
        height: 260px;
    }
    .article-middle4>a{
        width: 100% !important;
        max-width: 200px !important;
    }
    .lh23{
        line-height: 16px;
    }
    .article-middle,.new-article{
        display: flex;
        justify-content: space-between !important;
    }
    .mb120{
        margin-bottom: 50px !important;
    }
}




